JavaScript

{dialog.object}refreshListsIncremental Method

Syntax

{dialog.object}.refreshListsIncremental();

Description

Perform an incremental refresh of all List controls in the UX Component.

Discussion

This function calls the {dialog.object}.refreshListData() method, passing in the optional {mode: "incremental"} parameter into the method.

An incremental refresh differs from a full refresh in that only rows that were edited on the server after the List was initially populated are sent to the client. An incremental refresh can only be done if the List has a Detail View and the List's Include CRC in List data property has been checked.

See List Control Overview - Synchronizing Data to learn more about data synchronization and Incremental Refresh in a List with a Detail View.

images/listcrcproperty.jpg
Include CRC in List data property

Limitations

List with Detail View Only

See Also